home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
pvm34b3.zip
/
pvm34b3
/
pvm3
/
libfpvm
/
WIN32
/
Pvmfsend.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-22
|
321b
|
20 lines
/* $Id: Pvmfsend.c,v 1.1 1997/06/27 16:32:35 pvmsrc Exp $ */
#ifdef WIN32
#include "..\..\include\pvm3.h"
#include "..\..\src\pvmwin.h"
#else
#include "pvm3.h"
#endif
#include "pvm_consts.h"
void /*__stdcall*/ __fortran
PVMFSEND (tid, msgtag, info)
int *tid, *msgtag, *info;
{
*info = pvm_send(*tid, *msgtag);
}